Package-level declarations
Types
Link copied to clipboard
data class ConnectAccountsForContinuousAccess @JvmOverloads constructor(val authorizationCode: String, val market: String, val locale: Locale = Locale.getDefault(), val refreshableItems: List<RefreshableItem> = emptyList(), val financialServicesSegments: List<FinancialServicesSegment> = emptyList(), val financialInstitutionId: String = "", val sessionId: String = "", val inputProvider: String = "", val inputUsername: String = "") : RequestType
This class contains all the request parameters for the Continuous access: Connect accounts flow.
Link copied to clipboard
data class ConnectAccountsForOneTimeAccess @JvmOverloads constructor(val market: String, val locale: Locale = Locale.getDefault(), val refreshableItems: List<RefreshableItem> = emptyList(), val financialServicesSegments: List<FinancialServicesSegment> = emptyList(), val financialInstitutionId: String = "", val sessionId: String = "", val inputProvider: String = "", val inputUsername: String = "") : RequestType
This class contains all the request parameters for the One-time access: Connect accounts flow.
Link copied to clipboard
This class contains all the request parameters for the Continuous access: Extend consent flow.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
This class contains all the request parameters for the Continuous access: Update consent flow.